home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 May / macformat-037.iso / Shareware City / Games / Bolo / More information / Sample Code / Std Autopilot / vsprintf.h < prev   
Encoding:
C/C++ Source or Header  |  1993-10-01  |  80 b   |  3 lines  |  [TEXT/KAHL]

  1. #include <stdarg.h>
  2. extern int vsprintf(char *sbuffer, char *fmt, va_list arg);
  3.